<section id="S__l10n-numbers"><title>Localized Numbers</title><remark>This needs documentation</remark><variablelist><title>Templates</title><varlistentry><term><link linkend="T__l10n_number"><function>l10n.number</function></link></term><listitem><para>Formats a number according to a localized numbering system</para></listitem></varlistentry><varlistentry><term><link linkend="T__l10n_number_alphabetic"><function>l10n.number.alphabetic</function></link></term><listitem><para>Formats a number using an alphabetic numbering system</para></listitem></varlistentry><varlistentry><term><link linkend="T__l10n_number_numeric"><function>l10n.number.numeric</function></link></term><listitem><para>Formats a number using a numeric numbering system with any radix</para></listitem></varlistentry><varlistentry><term><link linkend="T__l10n_number_cjk-ideographic"><function>l10n.number.cjk-ideographic</function></link></term><listitem><para>Formats a number using a CJK ideographic system</para></listitem></varlistentry><varlistentry><term><link linkend="T__l10n_number_ionic"><function>l10n.number.ionic</function></link></term><listitem><para>Formats a number using the Ionic numeral system</para></listitem></varlistentry></variablelist><refentry id="T__l10n_number"><indexterm><primary>l10n.number</primary></indexterm><refnamediv><refname><function>l10n.number</function></refname><refpurpose>Formats a number according to a localized numbering system</refpurpose></refnamediv><refsection><title>Parameters</title><variablelist><varlistentry><term><parameter>value</parameter></term><listitem><para>The numeric value of the number to format</para></listitem></varlistentry><varlistentry><term><parameter>format</parameter></term><listitem><para>The numbering system to use</para></listitem></varlistentry></variablelist></refsection><refsection><title>Description</title>
<remark>Talk about numbering systems</remark>
</refsection></refentry><refentry id="T__l10n_number_alphabetic"><indexterm><primary>l10n.number.alphabetic</primary></indexterm><refnamediv><refname><function>l10n.number.alphabetic</function></refname><refpurpose>Formats a number using an alphabetic numbering system</refpurpose></refnamediv><refsection><title>Parameters</title><variablelist><varlistentry><term><parameter>value</parameter></term><listitem><para>The numeric value of the number to format</para></listitem></varlistentry><varlistentry><term><parameter>alphabet</parameter></term><listitem><para>A string containing the characters of the alphabet to use</para></listitem></varlistentry></variablelist></refsection><refsection><title>Description</title>
<remark>Talk about alphabetic numbering systems</remark>
</refsection></refentry><refentry id="T__l10n_number_numeric"><indexterm><primary>l10n.number.numeric</primary></indexterm><refnamediv><refname><function>l10n.number.numeric</function></refname><refpurpose>Formats a number using a numeric numbering system with any radix</refpurpose></refnamediv><refsection><title>Parameters</title><variablelist><varlistentry><term><parameter>value</parameter></term><listitem><para>The numeric value of the number to format</para></listitem></varlistentry><varlistentry><term><parameter>digits</parameter></term><listitem><para>A string containing the digits to use, starting with zero</para></listitem></varlistentry></variablelist></refsection><refsection><title>Description</title>
<remark>Talk about numeric numbering systems</remark>
</refsection></refentry><refentry id="T__l10n_number_cjk-ideographic"><indexterm><primary>l10n.number.cjk-ideographic</primary></indexterm><refnamediv><refname><function>l10n.number.cjk-ideographic</function></refname><refpurpose>Formats a number using a CJK ideographic system</refpurpose></refnamediv><refsection><title>Parameters</title><variablelist><varlistentry><term><parameter>value</parameter></term><listitem><para>The numeric value of the number to format</para></listitem></varlistentry><varlistentry><term><parameter>format</parameter></term><listitem><para>Which ideographic system to use</para></listitem></varlistentry></variablelist></refsection><refsection><title>Description</title>
<remark>Talk about CJK ideographic numbering systems. Valid values of <parameter>format</parameter>
are <literal>cjk-japanese</literal>, <literal>cjk-chinese-simp</literal>, and <literal>cjk-chinese-trad</literal>.</remark>
</refsection></refentry><refentry id="T__l10n_number_ionic"><indexterm><primary>l10n.number.ionic</primary></indexterm><refnamediv><refname><function>l10n.number.ionic</function></refname><refpurpose>Formats a number using the Ionic numeral system</refpurpose></refnamediv><refsection><title>Parameters</title><variablelist><varlistentry><term><parameter>value</parameter></term><listitem><para>The numeric value of the number to format</para></listitem></varlistentry><varlistentry><term><parameter>format</parameter></term><listitem><para>Which format to use</para></listitem></varlistentry></variablelist></refsection><refsection><title>Description</title>
<remark>Talk about the Ionic numeral system. Talk about <parameter>format</parameter>
See <literal>http://en.wikipedia.org/wiki/Greek_numerals</literal>.</remark>